home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / basics / qtcreatemovie / qtsound.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-28  |  392 b   |  21 lines

  1. /*
  2.     File:        QTSound.h
  3.  
  4.     Contains:    Prototypes for QTSound.c file
  5.     
  6.     Written by:    Scott Kuechle
  7.                 (based heavily on QuickTime sample code in Inside Macintosh:QuickTime)
  8.      
  9.     Copyright:    © 1998 by Apple Computer, Inc. All rights reserved
  10.       
  11.     Change History (most recent first)
  12.        
  13.         <1>        6/26/98        srk        first file
  14.         
  15.          
  16. */
  17.  
  18. #include "Movies.h"
  19.  
  20. void QTSound_CreateMySoundTrack (Movie theMovie);
  21.